home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / zipup143.zip / HISTORY.DOC next >
Text File  |  1991-11-14  |  4KB  |  115 lines

  1.  
  2.  
  3. HISTORY
  4. -------
  5. Version 1.43
  6.    Cleaned up some 'dormant' code.  By opening the files just a slightly
  7.    different way, I was able to eliminate a complete process, saving at
  8.    least 100 bytes or more of EXE size and speeding up the run time.
  9.  
  10.    Changed how you had ZIPUP writing out the comment to the .ZIP
  11.    file.  I changed it from a while/for loop to a fputs() call for
  12.    simplicity.
  13.  
  14.    Added some missing fclose() calls for when there was an error
  15.    detected.  It was causing some troubles on wildcard processing of
  16.    directories that had more than 15 files that were not .ZIP files.
  17.    Basically, the program was running out of file handles.  I also
  18.    deleted some code that I had installed to test out some problems,
  19.    and forgot to remove earlier.   
  20.  
  21. Version 1.42
  22.  
  23.    Increased ZIPUP's execution speed by approximately 150% by reading
  24.    the .ZIP Comment File into memory and then writing out of memory when
  25.    processing the individual .ZIP files.  This increase is most notable
  26.    when processing several .ZIP files from the command line using
  27.    wildcards, but is noticeable when processing even single files.  In
  28.    previous versions, the .ZIP Comment File was opened and read for EACH
  29.    of the .ZIP files ZIPUP processed -- a process we knew was slowing
  30.    ZIPUP down but we were too lazy to correct.
  31.  
  32.    Corrected a bug that didn't restore the original TIMESTAMP to the
  33.    files that ZIPUP was processing.  In version 1.30, the problem of
  34.    restoring the original file datestamp was resolved, but the timestamp
  35.    was overlooked.
  36.  
  37.    Added an information line to the output screen that showed the user
  38.    what .ZIP comment file was being inserted into the archives, as well
  39.    as the length that file.
  40.  
  41.    Expounded the documentation.
  42.  
  43. Version 1.41ß  (Not released to the public)
  44.    
  45.    Changed how ZIPUP determines whether the file is a ZIP compressed file
  46.    or not.  Now the program looks at the starting header of the file and
  47.    ignores the extension.  It makes it so you can add a comment to a ZIP
  48.    file that does not end with a .ZIP extension.  In addition, this also
  49.    speeds up the execution on Wildcard type comment changes.
  50.     
  51.    Changed code so that it will only search 0xFFFF bytes into the archive.  
  52.    That is the physical size limit of any zip comment.
  53.  
  54.  
  55. Version 1.40
  56.  
  57.    Tightened up the code, causing the executable file to be smaller yet
  58.    run significantly faster.
  59.  
  60.    Cleaned up the source code some for easier readiblity by those who
  61.    wish to peruse it.
  62.  
  63.    Invoked a 4,096 byte limit to the allowable length of a .ZIP comment
  64.    file.
  65.  
  66.    Added the ability to use the DOS environment to pre-define the
  67.    location of the .ZIP comment file.  This also increased the execution
  68.    speed somewhat, as well as making the program easier to use.
  69.  
  70.  
  71. Version 1.30
  72.    
  73.    Added code to prompt for .ZIP file name and Comment file name if they
  74.    aren't found on the command line. Some late releases of Version 1.2
  75.    had this feature.
  76.  
  77.    Added some code to retain the original date of the .ZIP file.  This was
  78.    requested by some of the users who don't get a chance to process the 
  79.    uploads on there BBS the same day they get them.
  80.  
  81.    Sped up the display of the working indicator to show activity better 
  82.    when ZIPUP is used on a network.
  83.    
  84.  
  85. Version 1.20
  86.  
  87.    Improved the command line use of Wildcards. All DOS wildcards are now
  88.    supported.
  89.  
  90.    Added error messages for non-fatal errors.
  91.  
  92.    Changed display to look similar to PKZIP.
  93.  
  94.    Added indicator to tell when program is actually working. (Thanks, Phil!)
  95.  
  96.  
  97. Version 1.10
  98.     
  99.    Fixed major bug that cropped up when you tried to add a shorter comment 
  100.    to the ZIP file than what was there before.  The program used to just
  101.    skip over the offending .ZIP file and go on to the next one.
  102.  
  103.    Introduced limited wildcard usage.
  104.  
  105.    Fixed minor bugs that were reported in Version 1.0.
  106.  
  107.    Modified display of program to show file that have been processed.
  108.  
  109.  
  110. Version 1.00  10-15-89
  111.     
  112.    The first release. 
  113.  
  114.  
  115.